home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MACD 5
/
MACD 5.bin
/
workbench
/
tools
/
czesc_3
/
screenfool
/
pwpub.sf
< prev
next >
Wrap
Text File
|
1993-06-26
|
458b
|
24 lines
/* PWPub.rexx - Run ProWrite on Public Screen */
parse arg Arguments
if ~showlist('p','ScreenFool.1') then do
address command 'run ScreenFool'
call delay(50*5)
end
address 'ScreenFool.1'
'back ProWrite'
if(rc>0) then do
'new ScreenName=ProWrite Planes=5 nogui ScanType=Text font=dpaint.font size=8'
if(rc>0) then exit;
end
'status "Loading ProWrite..."'
address command 'prowrite:prowrite -screen:ProWrite 'arguments
'close ProWrite'
exit